projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60f49c0
)
Add GDK_VERSION_3_14
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 24 Apr 2014 03:25:07 +0000
(23:25 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 24 Apr 2014 03:25:07 +0000
(23:25 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=728814
gdk/gdkversionmacros.h.in
patch
|
blob
|
history
diff --git
a/gdk/gdkversionmacros.h.in
b/gdk/gdkversionmacros.h.in
index 79f0d4000c0fd9c42111875497009362c658f76f..5601b120369419b99c01d8e90f73f1827d33c8f3 100644
(file)
--- a/
gdk/gdkversionmacros.h.in
+++ b/
gdk/gdkversionmacros.h.in
@@
-122,6
+122,15
@@
*/
#define GDK_VERSION_3_12 (G_ENCODE_VERSION (3, 12))
+/**
+ * GDK_VERSION_3_14:
+ *
+ * A macro that evaluates to the 3.14 version of GDK, in a format
+ * that can be used by the C pre-processor.
+ *
+ * Since: 3.14
+ */
+#define GDK_VERSION_3_14 (G_ENCODE_VERSION (3, 14))
/* evaluates to the current stable version; for development cycles,
* this means the next stable target